home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NET3C556.IN_ / net3c556.inf
Encoding:
INI File  |  2003-03-24  |  3.4 KB  |  115 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [version]
  4. Signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider    = %MSFT%
  8. LayoutFile  = layout.inf
  9. DriverVer=10/01/2002,1.22.4.0
  10.  
  11. [Manufacturer]
  12. %V_3Com% = 3Com
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. [3Com]
  18. %EL556.DeviceDesc%=EL556A.ndi,PCI\VEN_10B7&DEV_6055
  19. %EL556.DeviceDesc%=EL556A.ndi,PCI\VEN_10B7&DEV_6055&SUBSYS_625610B7&REV_10
  20. %EL556.DeviceDesc%=EL556A.ndi,PCI\VEN_10B7&DEV_6055&SUBSYS_645610B7&REV_10
  21. %EL556.DeviceDesc%=EL556B.ndi,PCI\VEN_10B7&DEV_6056&SUBSYS_655610B7&REV_20
  22. %EL556.DeviceDesc%=EL556B.ndi,PCI\VEN_10B7&DEV_6056&SUBSYS_635610B7&REV_20
  23.  
  24. [EL556A.ndi.NT]
  25. Characteristics = 0x84
  26. BusType         = 5
  27. DelReg          = EL556.delreg
  28. AddReg          = Params.reg, EL556.reg
  29. CopyFiles       = EL556.CopyFiles
  30.  
  31. [EL556A.ndi.NT.Services]
  32. AddService = EL556ND5, 2, EL556.Service, common.EventLog
  33.  
  34. [EL556B.ndi.NT]
  35. Characteristics = 0x84
  36. BusType         = 5
  37. DelReg          = EL556.delreg
  38. AddReg          = Params.reg, EL556.reg
  39. CopyFiles       = EL556.CopyFiles
  40.  
  41. [EL556B.ndi.NT.Services]
  42. AddService = EL556ND5, 2, EL556.Service, common.EventLog
  43.  
  44. [EL556.reg]
  45. HKR, Ndi,                       Service,    0, "EL556ND5"
  46. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  47. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  48.  
  49. [EL556.Service]
  50. DisplayName     = %EL556ex.Service.DispName%
  51. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  52. StartType       = 3 ;%SERVICE_DEMAND_START%
  53. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  54. ServiceBinary   = %12%\EL556ND5.sys
  55. LoadOrderGroup  = NDIS
  56.  
  57. [Params.reg]
  58. HKR, Ndi\params\LinkSelection,      ParamDesc,  0,  %NLS%
  59. HKR, Ndi\params\LinkSelection,      type,       0,  "enum"
  60. HKR, Ndi\params\LinkSelection,      default,    0,  "1"
  61. HKR, Ndi\params\LinkSelection\enum, 1,          0,  %AN%
  62. HKR, Ndi\params\LinkSelection\enum, 2,          0,  %F100%
  63. HKR, Ndi\params\LinkSelection\enum, 3,          0,  %H100%
  64. HKR, Ndi\params\LinkSelection\enum, 4,          0,  %F10%
  65. HKR, Ndi\params\LinkSelection\enum, 5,          0,  %H10%
  66.  
  67. HKR,,RWUMAGIC,,"1"
  68. HKR,,RWULINK,,"1"
  69. HKR,,RWUPING,,"1"
  70.  
  71. HKR, 0,                             TCAUDIAG,   0,  "TCAUM556"
  72. HKLM,Software\3Com\TCAUDIAG\TCAUM556,DriverNames,  0,  "%12%\EL556ND5.SYS"
  73.  
  74. [EL556.delreg]
  75. HKR,,RWULINK
  76. HKR,,RWUMAGIC
  77. HKR,,RWUPING
  78. HKR,,MediaType
  79. HKR, Ndi
  80. HKR, NDIS
  81.  
  82. [common.EventLog]
  83. AddReg = common.AddEventLog.reg
  84.  
  85. [common.AddEventLog.reg]
  86. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  87. HKR, , TypesSupported,   0x00010001, 7
  88.  
  89. [EL556.CopyFiles]
  90. EL556ND5.sys,,,2
  91.  
  92. [DestinationDirs]
  93. DefaultDestDir  = 12
  94. EL556.CopyFiles = 12
  95.  
  96. [SourceDisksFiles]
  97. EL556ND5.sys=1
  98.  
  99. [Strings]
  100. Msft                    = "Microsoft"
  101. V_3Com                  = "3Com"
  102. NLS                     = "Network Link Selection"
  103. AN                      = "Auto Negotiation"
  104. F100                    = "100BTX Full Duplex"
  105. H100                    = "100BTX Half Duplex"
  106. F10                     = "10BT Full Duplex"
  107. H10                     = "10BT Half Duplex"
  108. On                      = "On"
  109. Off                     = "Off"
  110. WakeMagic               = "Wake On Magic"
  111. WakeLink                = "Wake On Link"
  112. WakePattern             = "Wake On Pattern"
  113. EL556.DeviceDesc        = "3Com 10/100 Mini PCI Ethernet Adapter"
  114. EL556ex.Service.DispName= "3Com 10/100 MiniPCI Ethernet Adapter Driver"
  115.